home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / cawf404.zip / device.cf < prev    next >
Text File  |  1993-12-07  |  2KB  |  90 lines

  1. # cawf(1) device configuration file
  2. #
  3. # device
  4. # \tb=bold_control_sequence
  5. # \ti=italic_control_sequence
  6. # \tr=roman_control_sequence
  7. # \tf=font_name=font_initialization
  8. #
  9. # The first font name is the default for the device.
  10. #
  11. # sorted in reverse alphabetical order by device name
  12.  
  13. # VGA monochrome monitors
  14. #    italic = reverse video
  15.  
  16. vgamono
  17.     b=\033[1m
  18.     i=\033[7m
  19.     r=\033[0m
  20.  
  21.  
  22. # HP LaserJet III
  23.  
  24. lj3
  25.     b=\x1b(s7B
  26.     i=\x1b(s1S
  27.     r=\x1b(s0B\x1b(s0S
  28.     f=c10=\x1b&l0O\x1b(8U\x1b(s0p12h10v0s0b3T
  29.     f=c12ibm=\x1b&l0O\x1b(10U\x1b(s0p10.00h12.0v0s0b3T
  30.     f=lg12=\x1b&l0O\x1b(8U\x1b(s12h12v0s0b6T
  31.  
  32. # Panasonic KX-P1180
  33. #    bold = Emphasized
  34. #
  35. #    all fonts are Near Letter Quality (NLQ)
  36.  
  37. kxp1180
  38.     b=\033E
  39.     i=\0334
  40.     r=\0335\033F
  41.     f=c10=\033x1\033k0\033P
  42.     f=bps10=\033x1\033k6\033P
  43.     f=bps12=\033x1\033k6\033M
  44.     f=c12=\033x1\033k0\033M
  45.     f=p10=\033x1\033k3\033P
  46.     f=p12=\033x1\033k3\033M
  47.     f=ss10=\033x1\033k1\033P
  48.     f=ss12=\033x1\033k1\033M
  49.  
  50. # Panasonic KX-P1124 (from Bob Hardy <hardy@lucid.com>)
  51. #       bold = Emphasized
  52. #
  53. #       all fonts are Near Letter Quality (NLQ)
  54. #
  55. #       The s10 and s12 fonts are Script, which is only available on the more
  56. #       deluxe models of the Panasonic KX-P1100 series -- e.g., Script is not
  57. #       supported on the KX-P1180, but is supported on the KX-P1124.
  58.  
  59. kxp1124
  60.     b=\033E
  61.     i=\0334
  62.     r=\0335\033F
  63.     f=c10=\033x1\033k0\033P
  64.     f=bps10=\033x1\033k6\033P
  65.     f=bps12=\033x1\033k6\033M
  66.     f=c12=\033x1\033k0\033M
  67.     f=p10=\033x1\033k3\033P
  68.     f=p12=\033x1\033k3\033M
  69.     f=s10=\033x1\033k4\033P
  70.     f=s12=\033x1\033k4\033M
  71.     f=ss10=\033x1\033k1\033P
  72.     f=ss12=\033x1\033k1\033M
  73.  
  74. # IBM Personal Printer Data Stream (PPDS) protocol
  75. #    bold = Double-strike
  76. #    italic = Underline
  77.  
  78. ibmppds
  79.     b=\033G
  80.     i=\033-\001
  81.     r=\033-\000\033H
  82.  
  83. # Epson FX-86e/FX-800
  84. #    bold = double strike
  85.  
  86. epson
  87.     b=\033G
  88.     i=\0334
  89.     r=\0335\033H
  90.